Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 7, 2026

πŸ€– New release

  • web-transport-proto: 0.4.0 -> 0.5.0 (⚠ API breaking changes)
  • web-transport-quinn: 0.11.1 -> 0.11.2 (βœ“ API compatible changes)
  • web-transport: 0.9.7 -> 0.10.0
  • web-transport-quiche: 0.0.5 -> 0.0.6 (βœ“ API compatible changes)
  • web-transport-ws: 0.2.4 -> 0.2.5

⚠ web-transport-proto breaking changes

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant Capsule::Unknown 1 -> 2 in /tmp/.tmpVolFzR/web-transport/web-transport-proto/src/capsule.rs:19

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant Capsule:Grease in /tmp/.tmpVolFzR/web-transport/web-transport-proto/src/capsule.rs:18
Changelog

web-transport-proto

0.5.0 - 2026-02-10

Other

  • Fix capsule protocol handling (#152)

web-transport-quinn

0.11.2 - 2026-02-10

Other

  • Fix capsule protocol handling (#152)

web-transport

0.10.0 - 2026-02-10

Other

  • release (#148)
  • release (#146)
  • Manually run release-plz because CI is broken? (#145)
  • Sub-protocol negotiation + breaking API changes (#143)
  • release (#122)
  • Double check that read_buf is properly implemented. (#137)
  • Remove with_unreliable. (#136)
  • Don't require &mut for web-transport (#134)
  • Rename the repo into a new org. (#132)
  • We should bump the web-transport-trait crates. (#123)
  • release (#119)
  • Avoid some spurious semver changes and bump the rest (#121)
  • Initial web-transport-quiche support (#118)

web-transport-quiche

0.0.6 - 2026-02-10

Other

  • Add Incoming struct to inspect connections before accepting (#155)
  • Fix capsule protocol handling (#152)
  • Fix stream capacity tracking panic (#153)

web-transport-ws

0.2.5 - 2026-02-10

Other

  • updated the following local packages: web-transport-proto


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release chore(web-transport): release v0.10.0 Feb 10, 2026
@github-actions github-actions bot force-pushed the release-plz-2026-02-07T02-51-03Z branch from 01cd858 to b5dd611 Compare February 10, 2026 01:33
@github-actions github-actions bot changed the title chore(web-transport): release v0.10.0 chore: release Feb 10, 2026
@github-actions github-actions bot force-pushed the release-plz-2026-02-07T02-51-03Z branch 2 times, most recently from ef0dc70 to 7e9b8bd Compare February 10, 2026 02:01
@github-actions github-actions bot force-pushed the release-plz-2026-02-07T02-51-03Z branch from 7e9b8bd to b4c622d Compare February 10, 2026 16:11
@kixelated kixelated merged commit 738ba14 into main Feb 10, 2026
@kixelated kixelated deleted the release-plz-2026-02-07T02-51-03Z branch February 10, 2026 19:24
@github-actions github-actions bot mentioned this pull request Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant